You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TOpenCLMtxVec Class > TOpenCLMtxVec Methods > CopyCplxFromArray Method > TOpenCLMtxVec.CopyCplxFromArray Method ([In] double[], int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TOpenCLMtxVec.CopyCplxFromArray Method ([In] double[], int, int)

Copies array content.

Syntax
C#
Visual Basic
public TOpenCLMtxVec CopyCplxFromArray([In] double[] Src, int Index, int Len);

Copies Len complex elements from the Src array and stores them in the complex calling object starting at location Index. The value of the Complex property and size of the calling objects are not modified.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!